home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d17 / setptr22.arc / INSTALL.BAT next >
DOS Batch File  |  1990-01-14  |  2KB  |  75 lines

  1.     echo off
  2.     cls
  3.     goto start
  4.  
  5. REM **********************************************************************
  6. REM     SETPRTR.BAT     ----    Batch file for SETPTR installation control.
  7. REM
  8. REM     Copyright (c) 1988,89 by Laminar Process.  All rights reserved.
  9. REM
  10. REM             Version 2.2  --  10 November 1989
  11. REM
  12. REM **********************************************************************
  13.  
  14. :start
  15.  
  16.     FOR %%N in (1 2 3 4 5 6 7 8 9 READ read) DO IF ~%1 == ~%%N GOTO %%N-set
  17.     GOTO wrongarg
  18.  
  19. :1-set
  20.     echo Installing Epson RX as SETPTR.COM . . . . .
  21.     copy>NUL setptr01.* setptr.*
  22.     goto quit
  23.  
  24. :2-set
  25.     echo Installing Epson LQ as SETPTR.COM . . . . .
  26.     copy>NUL setptr02.* setptr.*
  27.     goto quit
  28.  
  29. :3-set
  30.     echo Installing IBM Graphics as SETPTR.COM . . . . .
  31.     copy>NUL setptr03.* setptr.*
  32.     goto quit
  33.  
  34. :4-set
  35.     echo Installing Citizen MSP as SETPTR.COM . . . . .
  36.     copy>NUL setptr04.* setptr.*
  37.     goto quit
  38.  
  39. :5-set
  40.     echo Installing Okidata without Plug-n-Play as SETPTR.COM . . . . .
  41.     copy>NUL setptr05.* setptr.*
  42.     goto quit
  43.  
  44. :6-set
  45.     echo Installing Okidata with Plug-n-Play as SETPTR.COM . . . . .
  46.     copy>NUL setptr06.* setptr.*
  47.     goto quit
  48.  
  49. :7-set
  50.     echo Installing HP LaserJet II as SETPTR.COM . . . . .
  51.     copy>NUL setptr07.* setptr.*
  52.     goto quit
  53.  
  54. :8-set
  55.     echo Installing Epson MX as SETPTR.COM . . . . .
  56.     copy>NUL setptr08.* setptr.*
  57.     goto quit
  58.  
  59. :9-set
  60.     echo Installing Dynax DX-15 as SETPTR.COM . . . . .
  61.     copy>NUL setptr09.* setptr.*
  62.     goto quit
  63.  
  64. :READ-set
  65. :read-set
  66.     more<setptr.doc
  67.     GOTO quit
  68.  
  69. :wrongarg
  70.     more<install.txt
  71.     GOTO quit
  72.  
  73. :quit
  74.  
  75.